@charset "utf-8";
/* common css */
body{margin:0px; padding:0px;color:#000;background:#fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,img,
form, fieldset,label,input,p,blockquote,table,th,td,embed,object{padding:0px;margin:0px;}
a{color:#000;text-decoration:none;outline: none;}
a:hover{color:#FF6633;text-decoration: none}
.poi{cursor: pointer;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.ell{overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.lp1{letter-spacing: 1px;}
.pa{position: absolute;}
.pr{position: relative;}

.l{float: left;}
.r{float: right;}
.cl{clear: both;}
input,a{outline: none;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.pr15{padding-right: 15px;}
.pl15{padding-left: 15px;}
.db{display: block;}
.dn{display: none;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.lh1{line-height: 1;}
.lh15{line-height: 1.5;}
.lh2{line-height: 2;}
.lh25{line-height: 2.5;}

.trans{-webkit-transition: all 0.5s;transition: all 0.5s;}
.transf{-webkit-transition: all 1s;transition: all 1s;}
img{border-style:none;border: 0;}/* ie8下出现边框  */
img.transf:hover{-webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);
-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
img.transf.zq:hover{ -ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
/* img.transf.bd:hover{ -ms-transform:scale(1.5);-moz-transform:scale(1.5);-webkit-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);} */
img.transf.bd:hover{ animation: 1.5s logowrapp linear infinite normal;}

.red a{color: red;}
.red a:visited{color: red;}
.white a{color: #fff;}
.white a:visited{color: #fff;}
.white{color: #fff;}
.red{color: red;}
.g9{color: #999}

.hov{cursor: pointer;}
.hov:hover{color: #FF0000 !important;/* #0D419D; */}


.Page{margin:2;padding:2px;color: #666666;}
.Page_up,.Page_down,.Page_first,.Page_last{border:1px solid #A3BAE9;background-color: #D9E8FB;width:20px;height:20px;background-repeat:no-repeat;cursor:pointer;display: block;}
.Page_up{background-image:url(../images/resultset_previous.gif);}
.Page_down{background-image:url(../images/resultset_next.gif);}
.Page_first{background-image:url(../images/resultset_first.gif);}
.Page_last{background-image:url(../images/resultset_last.gif);}
.Page_Text{height:22px;padding:2 5 2 5px;border:1px solid #A3BAE9;background-color:#E9E8FB;}
.Page_table{text-align: center; width: 320px;}
.Page_table td{border: 0px;}
/*表单标签效果*/
input[type='text'],input[type='password'],input[type='file']{
	height:20px;width: 200px;line-height: 20px;
	border-top:1px solid #778899;border-left:1px solid #778899;
	border-right:1px solid #aabbcc;border-bottom:1px solid #aabbcc;
	background-color:#f7fafc;
}
textarea{
	border-top:1px solid #778899;border-left:1px solid #778899;
	border-right:1px solid #aabbcc;border-bottom:1px solid #aabbcc;
	background-color:#f7fafc;width: 200px;
}
select{
	height:22px;width: 204px;line-height: 20px;
	border-top:1px solid #778899;border-left:1px solid #778899;
	border-right:1px solid #aabbcc;border-bottom:1px solid #aabbcc;
	background-color:#f7fafc;
}
input[type='text']:focus,input[type='password']:focus,input[type='file']:focus, select:focus, textarea:focus{
	border:1px solid #99e300;background-color:#ffffd8;
}
input[type='text']:hover,input[type='password']:hover,input[type='file']:hover, select:hover, textarea:hover{
	border:1px solid #99e300;
}

button{border: 1px solid #367fa9;height: 27px;letter-spacing: 2px;display: inline-block;padding: 2px 10px;border-radius: 5px;cursor: pointer;position: relative;outline: none;}
button.btn1{background: #0e90d2;color: #fff;border-color: #367fa9;background: -webkit-gradient(linear, left top, left bottom, from(#367fa9), to(#09c));background: -moz-linear-gradient(top,  #367fa9,  #09c);}
button:hover{background: #f78d1d;border-color: #da7c0c;color: #fff;background: -webkit-gradient(linear, left top, left bottom, from(#D7000F), to(#D7000F));background: -moz-linear-gradient(top,  #D7000F,  #D7000F);}